home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-05-23 | 869 b | 43 lines |
- # The xconf utility is disable. It simply call the supplied
- # XFree configuration utility. This utility is not nice to use
- # but it fairly complete. Maybe someday, this one (in this directory)
- # will be merge with the other...
- CURDIR=xconf
- all: lib
- #OBJS = adaptor.o component.o error.o files.o \
- # mouse.o notice.o \
- # screen.o \
- # section.o section1.o xconf.o xconf1.o xconfig.o
-
- OBJS = stubs.o xconf1.o
-
- include ../rules.mak
-
- proto:
- proto -m0+ -bxconf.h+xconf.pm=xconf.h \
- -bsection.h+xconf.pm=section.h \
- -bcomponents.h+xconf.pm=components.h *.c
-
- install:
-
- # Test program
-
-
- xconfig: xconfig.obt xconf.a
- gcc -g -o x $< $(LIBS)
-
- component: component.obt xconf.a
- gcc -g -o x $< $(LIBS)
-
-
- error.o: xconf.h
- files.o: xconf.h
- mouse.o: xconf.h
- screen.o: xconf.h
- section.o: xconf.h
- str.o: xconf.h
- xconf.o: xconf.h
- xconf1.o: xconf.h
- xconfig.o: xconf.h
-
-